com.inscoper.nbo.WellSample
Represents the XML element WellSample. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| WellSample() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setID(WellSampleID_Type value) Sets the value of the ID attribute. |
| WellSampleID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setPositionX(float value) Sets the value of the PositionX attribute. |
| float | getPositionX() Returns the value of the PositionX attribute. |
| void | resetPositionX() Resets the PositionX attribute to an unset state. |
| boolean | hasPositionX() Checks whether the optional PositionX attribute is present. |
| void | setPositionXUnit(UnitsLength_Type value) Sets the value of the PositionXUnit attribute. |
| UnitsLength_Type | getPositionXUnit() Returns the value of the PositionXUnit attribute. |
| void | resetPositionXUnit() Resets the PositionXUnit attribute to an unset state. |
| boolean | hasPositionXUnit() Checks whether the optional PositionXUnit attribute is present. |
| void | setPositionY(float value) Sets the value of the PositionY attribute. |
| float | getPositionY() Returns the value of the PositionY attribute. |
| void | resetPositionY() Resets the PositionY attribute to an unset state. |
| boolean | hasPositionY() Checks whether the optional PositionY attribute is present. |
| void | setPositionYUnit(UnitsLength_Type value) Sets the value of the PositionYUnit attribute. |
| UnitsLength_Type | getPositionYUnit() Returns the value of the PositionYUnit attribute. |
| void | resetPositionYUnit() Resets the PositionYUnit attribute to an unset state. |
| boolean | hasPositionYUnit() Checks whether the optional PositionYUnit attribute is present. |
| void | setTimepoint(String value) Sets the value of the Timepoint attribute. |
| String | getTimepoint() Returns the value of the Timepoint attribute. |
| void | resetTimepoint() Resets the Timepoint attribute to an unset state. |
| boolean | hasTimepoint() Checks whether the optional Timepoint attribute is present. |
| void | setIndex(NonNegativeInt_Type value) Sets the value of the Index attribute. |
| NonNegativeInt_Type | getIndex() Returns the value of the Index attribute. |
| void | resetIndex() Resets the Index attribute to an unset state. |
| boolean | hasIndex() Checks whether the optional Index attribute is present. |
| void | setImageRef(ImageRef value) Sets the value of the ImageRef element. |
| ImageRef | getImageRef() Returns the value of the ImageRef element. |
| void | resetImageRef() Resets the ImageRef element to an unset state. |
| boolean | hasImageRef() Checks whether the optional ImageRef element is present. |
| WellSample | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| WellSample(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(WellSample obj) |
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element WellSample.
WellSample is an individual Image that has been captured within a Well.
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function WellSample
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setID
Sets the value of the ID attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getID
Returns the value of the ID attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetID
Resets the ID attribute to an unset state.
No description available in the XSD standard.
function hasID
Checks whether the optional ID attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setPositionX
Sets the value of the PositionX attribute.
Parameters:
- value The value to set
The X position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionXUnit.
function getPositionX
Returns the value of the PositionX attribute.
Return: The value of the attribute
The X position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionXUnit.
function resetPositionX
Resets the PositionX attribute to an unset state.
The X position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionXUnit.
function hasPositionX
Checks whether the optional PositionX attribute is present.
Return: true if the optional attribute has been set, false otherwise
The X position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionXUnit.
function setPositionXUnit
Sets the value of the PositionXUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getPositionXUnit
Returns the value of the PositionXUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetPositionXUnit
Resets the PositionXUnit attribute to an unset state.
No description available in the XSD standard.
function hasPositionXUnit
Checks whether the optional PositionXUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setPositionY
Sets the value of the PositionY attribute.
Parameters:
- value The value to set
The Y position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionYUnit.
function getPositionY
Returns the value of the PositionY attribute.
Return: The value of the attribute
The Y position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionYUnit.
function resetPositionY
Resets the PositionY attribute to an unset state.
The Y position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionYUnit.
function hasPositionY
Checks whether the optional PositionY attribute is present.
Return: true if the optional attribute has been set, false otherwise
The Y position of the field (Image) within the well relative to the well origin defined on the Plate. Units are set by PositionYUnit.
function setPositionYUnit
Sets the value of the PositionYUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getPositionYUnit
Returns the value of the PositionYUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetPositionYUnit
Resets the PositionYUnit attribute to an unset state.
No description available in the XSD standard.
function hasPositionYUnit
Checks whether the optional PositionYUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setTimepoint
Sets the value of the Timepoint attribute.
Parameters:
- value The value to set
The time-point at which the Image started to be collected
function getTimepoint
Returns the value of the Timepoint attribute.
Return: The value of the attribute
The time-point at which the Image started to be collected
function resetTimepoint
Resets the Timepoint attribute to an unset state.
The time-point at which the Image started to be collected
function hasTimepoint
Checks whether the optional Timepoint attribute is present.
Return: true if the optional attribute has been set, false otherwise
The time-point at which the Image started to be collected
function setIndex
Sets the value of the Index attribute.
Parameters:
- value The value to set
This records the order of the well samples. Each index should be unique for a given plate but they do not have to be sequential, there may be gaps if part of the dataset is missing. In the user interface the displayed value of the index will be calculated modulo the number of PlateAcquisitions for the plate.
function getIndex
Returns the value of the Index attribute.
Return: The value of the attribute
This records the order of the well samples. Each index should be unique for a given plate but they do not have to be sequential, there may be gaps if part of the dataset is missing. In the user interface the displayed value of the index will be calculated modulo the number of PlateAcquisitions for the plate.
function resetIndex
Resets the Index attribute to an unset state.
This records the order of the well samples. Each index should be unique for a given plate but they do not have to be sequential, there may be gaps if part of the dataset is missing. In the user interface the displayed value of the index will be calculated modulo the number of PlateAcquisitions for the plate.
function hasIndex
Checks whether the optional Index attribute is present.
Return: true if the optional attribute has been set, false otherwise
This records the order of the well samples. Each index should be unique for a given plate but they do not have to be sequential, there may be gaps if part of the dataset is missing. In the user interface the displayed value of the index will be calculated modulo the number of PlateAcquisitions for the plate.
function setImageRef
Sets the value of the ImageRef element.
Parameters:
- value The value to set
This is the main link to the core Image element
function getImageRef
Returns the value of the ImageRef element.
Return: The value of the element
This is the main link to the core Image element
function resetImageRef
Resets the ImageRef element to an unset state.
This is the main link to the core Image element
function hasImageRef
Checks whether the optional ImageRef element is present.
Return: true if the optional attribute has been set, false otherwise
This is the main link to the core Image element
function __internal_create
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
Protected Functions Documentation
function WellSample
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr
Updated on 2026-02-13 at 16:11:08 +0100